| Package | hl7.fhir.it.lab-report |
| Resource Type | ValueSet |
| Id | valueset-status-obs-it |
| FHIR Version | R4 |
| Source | http://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/ValueSet-valueset-status-obs-it.html |
| URL | http://hl7.it/fhir/lab-report/ValueSet/valueset-status-obs-it |
| Version | 0.2.0 |
| Status | active |
| Date | 2024-03-08T09:39:30+01:00 |
| Name | ObservationStatusCodeLabReport |
| Title | Observation status code |
| Realm | it |
| Authority | hl7 |
| Description | Valueset contenente i codici di di stato per la risorsa Observation Document - Lab Report. |
| StructureDefinition | |
| observation-doc-it-lab | Observation Document - Lab Report |
No resources found
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
http://hl7.org/fhir/observation-statusThis value set excludes codes based on the following rules:
http://hl7.org/fhir/observation-status| Code | Display | Definition |
| registered | Registered | The existence of the observation is registered, but there is no result yet available. |
| cancelled | Cancelled | The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). |
| unknown | Unknown | The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. |
| entered-in-error | Entered in Error | The observation has been withdrawn following previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".). |
{
"resourceType": "ValueSet",
"id": "valueset-status-obs-it",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.it/fhir/lab-report/ValueSet/valueset-status-obs-it",
"version": "0.2.0",
"name": "ObservationStatusCodeLabReport",
"title": "Observation status code",
"status": "active",
"experimental": false,
"date": "2024-03-08T09:39:30+01:00",
"publisher": "HL7 Italia",
"contact": [
{
"name": "HL7 Italia",
"telecom": [
{
"system": "url",
"value": "https://hl7.it"
}
]
},
{
"name": "HL7 Italia",
"telecom": [
{
"system": "url",
"value": "https://hl7.it"
}
]
}
],
"description": "Valueset contenente i codici di di stato per la risorsa Observation Document - Lab Report.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "IT",
"display": "Italy"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/observation-status"
}
],
"exclude": [
{
"system": "http://hl7.org/fhir/observation-status",
"concept": [
{
"code": "registered"
},
{
"code": "cancelled"
},
{
"code": "unknown"
},
{
"code": "entered-in-error"
}
]
}
]
}
}